org.eclipse.vtp.desktop.editors.core.elements
Class VariableAssignmentInformationProvider

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.elements.PrimitiveInformationProvider
      extended by org.eclipse.vtp.desktop.editors.core.elements.VariableAssignmentInformationProvider

public class VariableAssignmentInformationProvider
extends PrimitiveInformationProvider


Constructor Summary
VariableAssignmentInformationProvider(PrimitiveElement element)
           
 
Method Summary
 boolean acceptConnector(Element origin)
           
 void buildObjectFields(ObjectDefinition def)
           
 ConnectorRecord getConnectorRecord(java.lang.String recordName)
           
 java.util.List getConnectorRecords()
           
 java.util.List getConnectorRecords(int type)
           
 java.util.List getDeclarations()
           
 java.util.List getOutgoingVariables(java.lang.String exitPoint, java.util.Map visited)
           
 java.util.List getPropertiesPanels()
           
 java.lang.String getScriptText()
           
 boolean hasConnectors()
           
 boolean isObject(java.lang.String typeName)
           
 void readConfiguration(org.w3c.dom.Element configuration)
           
 void setDeclarations(java.util.List declarations)
           
 void setScriptText(java.lang.String text)
           
 void writeConfiguration(org.w3c.dom.Element configuration)
           
 
Methods inherited from class org.eclipse.vtp.desktop.editors.core.elements.PrimitiveInformationProvider
canDelete, getActions, getElement, hasPathToStart, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableAssignmentInformationProvider

public VariableAssignmentInformationProvider(PrimitiveElement element)
Method Detail

getDeclarations

public java.util.List getDeclarations()

setDeclarations

public void setDeclarations(java.util.List declarations)

acceptConnector

public boolean acceptConnector(Element origin)
Specified by:
acceptConnector in class PrimitiveInformationProvider

getConnectorRecord

public ConnectorRecord getConnectorRecord(java.lang.String recordName)
Specified by:
getConnectorRecord in class PrimitiveInformationProvider

getConnectorRecords

public java.util.List getConnectorRecords()
Specified by:
getConnectorRecords in class PrimitiveInformationProvider

getConnectorRecords

public java.util.List getConnectorRecords(int type)
Specified by:
getConnectorRecords in class PrimitiveInformationProvider

readConfiguration

public void readConfiguration(org.w3c.dom.Element configuration)
Specified by:
readConfiguration in class PrimitiveInformationProvider

writeConfiguration

public void writeConfiguration(org.w3c.dom.Element configuration)
Specified by:
writeConfiguration in class PrimitiveInformationProvider

getPropertiesPanels

public java.util.List getPropertiesPanels()
Specified by:
getPropertiesPanels in class PrimitiveInformationProvider

getScriptText

public java.lang.String getScriptText()

setScriptText

public void setScriptText(java.lang.String text)

getOutgoingVariables

public java.util.List getOutgoingVariables(java.lang.String exitPoint,
                                           java.util.Map visited)
Overrides:
getOutgoingVariables in class PrimitiveInformationProvider

buildObjectFields

public void buildObjectFields(ObjectDefinition def)

isObject

public boolean isObject(java.lang.String typeName)

hasConnectors

public boolean hasConnectors()
Specified by:
hasConnectors in class PrimitiveInformationProvider